home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Utilities
/
Converters
/
Convert_FONT
/
Source
/
shared.subproj
/
RCS
/
checkout,v
< prev
next >
Wrap
Text File
|
1995-06-12
|
614b
|
49 lines
head 1.2;
branch ;
access ;
symbols beta10:1.1;
locks death:1.2;
comment @# @;
1.2
date 93.04.04.23.45.55; author death; state Exp;
branches ;
next 1.1;
1.1
date 93.01.10.15.09.15; author death; state Exp;
branches ;
next ;
desc
@@
1.2
log
@Sun Apr 4 23:45:55 PDT 1993
@
text
@#! /bin/csh
echo "============================================================"
echo "Checking out all $1 documents (readable)"
echo ""
#rcs -L $1.h
#rcs -L $1.m
#rcs -L $1.rtf
co -l $1.h
co -l $1.m
co -l $1.rtf
echo "" > $1_files_are_writable
@
1.1
log
@Sun Jan 10 15:09:15 PST 1993
@
text
@@